runtime.gcWork.mayNeedWorker (field)

10 uses

	runtime (current package)
		mgcmark.go#L1212: 			if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1213: 				gcw.mayNeedWorker = false
		mgcmark.go#L1267: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1268: 			gcw.mayNeedWorker = false
		mgcmark.go#L1378: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1379: 			gcw.mayNeedWorker = false
		mgcwork.go#L130: 	mayNeedWorker bool
		mgcwork.go#L188: 			w.mayNeedWorker = true
		mgcwork.go#L241: 			w.mayNeedWorker = true
		mgcwork.go#L359: 			w.mayNeedWorker = true